home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / tutorii.zip / BCALL.DAT < prev    next >
Text File  |  1991-11-29  |  330b  |  13 lines

  1. This is the explanation of the CALL 
  2. command. It is INTERNAL.
  3.  
  4. This command calls another batch file 
  5. without stopping the original batch file.
  6.  
  7. Example:
  8.        To run the batch file test.bat from 
  9.        within another batch file, like 
  10.        autoexec.bat, you would include this
  11.        line:
  12.             call test
  13.